.RadNotification_MyTheme {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadNotification_MyTheme .rnTitleBar {
    border-color: #dedede;
    color: #333333;
    background-color: whitesmoke;
}

.RadNotification_MyTheme .rnCommands a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadNotification_MyTheme.rnShadows {
    box-shadow: 2px 2px 3px rgba(222, 222, 222, 0.5);
}
